Vcenter FoundationLoadBalancers ControllerSpec
Vcenter FoundationLoadBalancers ControllerSpec schema defines information for load balancer node(s) connecting to controller.
This schema was added in vSphere API 9.0.0.0.
{
"jwt": "string",
"trusted_ca": {
"cert_chain": [
"string"
]
}
}
Token used by load balancer node(s) to authenticate with the controller.
This property was added in vSphere API 9.0.0.0.
If missing or null
, load balancer node(s) won't have a token in JWT format when accessing load balancer controller.
The TLS certificate chain of the load balancer used by load balancer node(s) to verify the load balancer controller.
This property was added in vSphere API 9.0.0.0.
If missing or null
, load balancer node(s) will stop certificate verification workflow for load balancer controller.